type go/types.nodeQueue ([])

Method Implmentations

Len() int *nodeQueue.M : container/heap.Interface.Len nodeQueue.M : sort.Interface.Len
Less(i, j int) bool *nodeQueue.M : container/heap.Interface.Less nodeQueue.M : sort.Interface.Less
Pop() any *nodeQueue.M : container/heap.Interface.Pop
Push(x any) *nodeQueue.M : container/heap.Interface.Push
Swap(i, j int) *nodeQueue.M : container/heap.Interface.Swap nodeQueue.M : sort.Interface.Swap